﻿
interface Runnable {
  public void run();
}
